Adwaita: no border-right on treeview-derived widgets
authorJakub Steiner <jimmac@gmail.com>
Tue, 1 Jul 2014 13:42:32 +0000 (15:42 +0200)
committerJakub Steiner <jimmac@gmail.com>
Tue, 1 Jul 2014 13:42:32 +0000 (15:42 +0200)
I fear to be opening a can of worms, but it does seem like
something the system theme should deal with.

https://bugzilla.gnome.org/show_bug.cgi?id=731463

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 3fedcf7d9371fdd84c9bb725abcd35b86f48bcd3..365b6d96865fe7cdc1422fe41a383ce09bc57cc8 100644 (file)
@@ -758,7 +758,10 @@ column-header {
       color: $fg_color;
     }
   }
-  &:last-child .button { border-right-style: none;  }
+  &:last-child .button,
+  &:last-child.button { //treeview-like derived widgets in Banshee and Evolution
+    border-right-style: none;
+  }
 }
 
 %column_header_button {
index f4237439f984b7671026a2c17b15e681ce83deae..ad800ef4031a395dcdd87c21e0df72c99eb41312 100644 (file)
@@ -975,7 +975,7 @@ column-header .button {
     box-shadow: none; }
   column-header .button:active {
     color: #eeeeec; }
-column-header:last-child .button {
+column-header:last-child .button, column-header:last-child.button {
   border-right-style: none; }
 
 column-header .button, column-header .button:hover, column-header .button:active {
index bf6a1ed13e1ad34ac4daf6b5425794715260835b..e43fae01501efb54fc2b2eec8d9bda1209d5995a 100644 (file)
@@ -975,7 +975,7 @@ column-header .button {
     box-shadow: none; }
   column-header .button:active {
     color: #2e3436; }
-column-header:last-child .button {
+column-header:last-child .button, column-header:last-child.button {
   border-right-style: none; }
 
 column-header .button, column-header .button:hover, column-header .button:active {